Expand GtkWindowGroup docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Jun 2014 01:25:05 +0000 (21:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Jun 2014 01:25:05 +0000 (21:25 -0400)
gtk/gtkwindowgroup.c

index 2a9cd1e92ae41ed0b51312d9eefcec036a20f865..bed78cf286c7367d9f3ba53e0564054d7c734a98 100644 (file)
  * @Short_description: Limit the effect of grabs
  * @Title: GtkWindowGroup
  *
- * #GtkWindowGroup objects are referenced by each window in the group,
- * so once you have added all windows to a #GtkWindowGroup, you can drop
+ * A #GtkWindowGroup restricts the effect of grabs to windows
+ * in the same group, thereby making window groups almost behave
+ * like separate applications. 
+ *
+ * A window can be a member in at most one window group at a time.
+ * Windows that have not been explicitly assigned to a group are
+ * implicitly treated like windows of the default window group.
+ *
+ * GtkWindowGroup objects are referenced by each window in the group,
+ * so once you have added all windows to a GtkWindowGroup, you can drop
  * the initial reference to the window group with g_object_unref(). If the
  * windows in the window group are subsequently destroyed, then they will
  * be removed from the window group and drop their references on the window